home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16328 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1018 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!craiga
  3. From: craiga@netcom.com (Craig Arnush)
  4. Subject: Re: BC++5.0 Program doesn't compile (see text)
  5. Message-ID: <craigaDpMLEB.yz@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4k9e51$fl9@arl-news-svc-5.compuserve.com> <316AA13B.79CF@tdl.com>
  8. Date: Wed, 10 Apr 1996 02:54:10 GMT
  9. Sender: craiga@netcom5.netcom.com
  10.  
  11. Ah, using OWL and the STL.  Unfortunately, there seems to be a conflict 
  12. with how OWL uses the old Borland string class and the STL string class.  
  13. Have you tried using explicit scoping or a using-declaration instead of 
  14. the catch-all using-directive?  The former two are recommended over the 
  15. latter, anyways.
  16.  
  17. Me
  18. -- 
  19. /-------------------------------------------------------\
  20. | Craig Arnush      | "Why are you arresting me?        |
  21. |                   |  You said I was *legally* drunk!" |
  22. | craiga@netcom.com |         - T. Viking               |
  23. \-------------------------------------------------------/
  24.